Styles (CSS)

Use #id selector to assign css rules to the button control.

#button1 {width: 200px;} 
#button2 {left: 100px; position: relative;} 
#button3 {color: red; font-weight: bold;} 
#button4 {text-align: right; width: 200px;} 

Back to button examples, all examples